home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / tcpip / sun / ax25ip.shr / Makefile < prev    next >
Encoding:
Makefile  |  1992-01-23  |  73 b   |  8 lines

  1. CFLAGS=    -g
  2. BIN=    ax25ether ax25
  3.  
  4. all:    $(BIN)
  5.  
  6. clean:
  7.     $(RM) *.o *~ $(BIN)
  8.